Going Further

Now that you have touched Python, you can tell how easy it is! Python makes many things possible that would be possible with many complications in C or Java.

  • You can use as many libraries as you want, Don’t code everything from the scratch
    • requests for sending HTTP Request
    • scipy for Scientific Computation
    • numpy for High Performace Arrays
    • tensorflow for neural networks (By Google) and many more
  • Make your code well documented with the usage of docstrings
  • Don’t hesitate to Google
  • StackOverflow is the place
  • Feel free to contribute to this project at GitHub

*Good Luck Ahead!*